Lab Crossover Event

Daniel Fuller

11/02/2020

R: The Swiss Army Knife of Science

Why use R?

Why use R?

RStudio IDE

#

Packages/Libraries

Installing the package install.packages("tidyverse")

Loading the package library(tidyverse)

Packages/Libraries

data <- read_csv(“/The/Path/To/Your/File.csv”)

Doing simple things in R

## [1] 4
## [1] 8

Reading in some data

The great R wars

Two similar but different methods for many common tasks

Where to find packages

Ocean Plastic Sciences

Political Sciences

Workflow Revolution